Remove decl for Qvisible.
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 05:03:45 +0000 (05:03 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 05:03:45 +0000 (05:03 +0000)
src/lisp.h

index b57835c39583047e7db5d3f4a6a493dca1fa505c..4157ee1de4911535108f7996bf415e9fb9b4e7fa 100644 (file)
@@ -1213,7 +1213,7 @@ extern Lisp_Object get_keyelt (), get_keymap();
 extern Lisp_Object Fvertical_motion (), Findent_to (), Fcurrent_column ();
 
 /* defined in window.c */
-extern Lisp_Object Qwindowp, Qwindow_live_p, Qvisible;
+extern Lisp_Object Qwindowp, Qwindow_live_p;
 extern Lisp_Object Fget_buffer_window ();
 extern Lisp_Object Fsave_window_excursion ();
 extern Lisp_Object Fset_window_configuration (), Fcurrent_window_configuration ();